MobX Lark
    Preparing search index...

    Type Alias SheetMeta

    SheetMeta: Record<"sheetId" | "title", string> & Record<
        `${"row" | "column"}Count`
        | `frozen${"Row" | "Col"}Count`
        | "index",
        number,
    >