Type alias RecordLike

RecordLike: Record | {
    [key: string]: ValueLike;
} | readonly ItemLike[]

Type declaration

Generated using TypeDoc