Type Alias ResourceType

ResourceType: {
    description?: string;
    name: string;
    schema?: unknown;
    workspace_id?: string;
}