Interface GetAccountParams

interface GetAccountParams {
    amojo_id?: boolean;
    amojoId?: boolean;
    amojoRights?: boolean;
    driveUrl?: boolean;
    isApiFilterEnabled?: boolean;
    taskTypes?: boolean;
    usersGroups?: boolean;
    version?: boolean;
}

Properties

amojo_id?: boolean
amojoId?: boolean
amojoRights?: boolean
driveUrl?: boolean
isApiFilterEnabled?: boolean
taskTypes?: boolean
usersGroups?: boolean
version?: boolean