export default interface IJavaBlockTypeData {
    source: string | undefined;
    name: string;
    id: number;
    data: number;
}
