export type MinimalProfile = { id: string; name: string | null; image: string | null; urlPath: string | null; }; //# sourceMappingURL=profile.d.ts.map