vorteil/direktiv

View on GitHub
ui/src/api/enterprise/tokens/index.ts

Summary

Maintainability
A
1 hr
Test Coverage
export const tokenKeys = {
  tokenList: (namespace: string, { apiKey }: { apiKey?: string }) =>
    [
      {
        scope: "token-list",
        apiKey,
        namespace,
      },
    ] as const,
};