UNPKG

@dodi-smart/nuki-graphql-api

Version:
11 lines 219 B
export type ApiKeyTokenCreate = { /** * The description */ description?: string; /** * The list of scopes */ scopes?: Array<string>; }; //# sourceMappingURL=ApiKeyTokenCreate.d.ts.map