Interface PatchUserOptions

interface PatchUserOptions {
    id: string;
    metadata: object;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: string
metadata: object

Generated using TypeDoc