UNPKG

@piiano/vault-client

Version:

Piiano Vault generated typescript client

11 lines 243 B
export type License = { /** * The full license activation key. */ key: string; /** * The expiration date of the token in an RFC3339Nano format. */ expiration: string; }; //# sourceMappingURL=License.d.ts.map