Skip to content
Sheetwrite

Sheetwrite / Documentation

SheetwriteErrorContext@sheetwrite/core

Stable, serialization-safe diagnostic context.

Stable, serialization-safe diagnostic context.

Declaration

export type SheetwriteErrorContext = Readonly<
Record<string, SheetwriteErrorContextValue>
>;