export interface Resource { type: 'user' | 'project' | 'session' | 'custom'; id: string; } //# sourceMappingURL=Resource.d.ts.map