interface RowReadyInterface {
    rowId: string;
    rowNumber: number;
}

Properties

Properties

rowId: string
rowNumber: number