TokenActionRequest: {
    token: string;
    token_type_hint?: TokenActionRequestTokenTypeHintEnum;
} & {
    [key: string]: any;
}

Type declaration

Type declaration

  • [key: string]: any