vorteil/direktiv

View on GitHub
ui/src/api/registries/index.ts

Summary

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