Interface GetUserOptions

interface GetUserOptions {
    id: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: string

Generated using TypeDoc