Type Alias CreateResource

CreateResource: {
    description?: string;
    path: string;
    resource_type: string;
    value: unknown;
}