export interface ResourceScope { id: string; resourceId: string; name: string; description?: string | null; createdAt: number; }