mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 23:09:41 +02:00
3 lines
75 B
TypeScript
3 lines
75 B
TypeScript
export const queryKeys = {
|
|
registries: () => ['registries'] as const,
|
|
};
|