export interface IBlockType

{ label: string; color: string; resource: P; }