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