export type Ressource = {
    id: string;
    name: string;
    schema?: string;
    description?: string;
};
//# sourceMappingURL=ressource.d.ts.map