UNPKG

@piiano/vault-client

Version:

Piiano Vault generated typescript client

16 lines 360 B
import type { Tag } from './Tag'; export type QueryToken = { /** * Comma-separated list of object IDs. */ object_ids?: Array<string>; /** * Comma-separated list of token IDs. */ token_ids?: Array<string>; /** * Comma-separated list of tags. */ tags?: Array<Tag>; }; //# sourceMappingURL=QueryToken.d.ts.map