UNPKG

@dodi-smart/nuki-graphql-api

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