interface RawLineData {
    arguments: any[];
    ID: number;
    type: number;
}

Properties

Properties

arguments: any[]
ID: number
type: number