export const useSyncs = <T>({
  filter,
}: {
  filter: (apiResponse: SyncListSchemaType) => T;
}) => {