interface BySheet<C> {
    [sheet: SheetName]: C;
}

Type Parameters

  • C

Indexable

[sheet: SheetName]: C