precifica-obra-core
    Preparing search index...

    Interface ReadSinapiFileResult

    interface ReadSinapiFileResult {
        availableSheets: string[];
        headers: string[];
        rows: Record<string, unknown>[];
        sheetName: string;
    }
    Index
    availableSheets: string[]
    headers: string[]
    rows: Record<string, unknown>[]
    sheetName: string