UNPKG

@dodi-smart/nuki-graphql-api

Version:
11 lines 222 B
export type ApiKeyCreate = { /** * The description */ description?: string; /** * The list of redirect uris */ redirectUris?: Array<string>; }; //# sourceMappingURL=ApiKeyCreate.d.ts.map