mirror of
https://github.com/portainer/portainer.git
synced 2025-08-01 11:55:21 +02:00
3 lines
73 B
TypeScript
3 lines
73 B
TypeScript
export const queryKeys = {
|
|
base: () => ['edge', 'groups'] as const,
|
|
};
|