UNPKG

@piiano/vault-client

Version:

Piiano Vault generated typescript client

16 lines 576 B
import type { ImportTokenResult } from './ImportTokenResult'; export type ImportTokensBulkResponse = { /** * Indicates whether all the tokens are imported. * If the import fails for one or more of the tokens, this property is set to `false`. * */ ok: boolean; /** * An array of objects representing the result of importing each item. * The order of the objects in the array matches the order of the objects in the request. * */ results: Array<ImportTokenResult>; }; //# sourceMappingURL=ImportTokensBulkResponse.d.ts.map