Type alias QuickBaseRequestCloneUserToken

QuickBaseRequestCloneUserToken: QuickBaseRequest & {
    description: string;
    name: string;
}

Type declaration

  • description: string

    The description for the cloned user token.

  • name: string

    The new name for the cloned user token.