Interface GetAccountParams

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

Properties

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

Generated using TypeDoc