UNPKG

@piiano/vault-client

Version:

Piiano Vault generated typescript client

11 lines 270 B
export type TokenValue = { /** * The ID of the token. */ token_id: string; /** * The ID of the newly added object, applicable for tokenizing with store_object is true. */ object_id?: string; }; //# sourceMappingURL=TokenValue.d.ts.map