Interface Data_FuelBlock

interface Data_FuelBlock {
    block: undefined | {
        [key: string]: any;
    };
    timestamp: undefined | Date;
}

Properties

Properties

block: undefined | {
    [key: string]: any;
}
timestamp: undefined | Date