vorteil/direktiv

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

Summary

Maintainability
A
1 hr
Test Coverage
export const fileKeys = {
  file: (
    namespace: string,
    { apiKey, path }: { apiKey?: string; path?: string }
  ) =>
    [
      {
        scope: "file",
        apiKey,
        namespace,
        path,
      },
    ] as const,
};