export AvatarPromptCreateDeets

interface AvatarPromptCreateDeets {
    object?: null | string;
    prompt?: null | string;
    user_id?: null | string;
}

Properties

object?: null | string
prompt?: null | string
user_id?: null | string

The user id to operate on their behalf (tenants only)