Interface GetUsersParams

Parameters for getting users

interface GetUsersParams {
    filters?: Ref<any, any>;
    search?: string | Ref<string, string>;
}

Properties

Properties

filters?: Ref<any, any>

Filters for the user query, can be any type of Vue ref

search?: string | Ref<string, string>

Search term, can be a string or a Vue ref to a string