import { Mutation, Effect, PhysicalLocation } from "../builtins"; export type UpdateUserLocationMutation = Mutation & { userId: string; location: Omit; }; export interface UpdateUserLocationEffect extends Effect { } //# sourceMappingURL=updateUserLocation.d.ts.map