export default interface IBlockTypePropertyValueData {
    id: string | number | boolean | null;
    title: string;
    data?: number;
}
