1234567 |
- export const userQueryKeys = {
- getProfileData: () => ['getProfileData'] as const,
- setProfileData: () => ['setProfileData'] as const,
- getProfileInfo: () => ['getProfileInfo'] as const,
- getProfileInfoPublic: () => ['getProfileInfoPublic'] as const,
- getProfileRegions: (uid: number, type: string) => ['getProfileRegions', uid, type] as const
- };
|