/** * Helper type to specify that a record should be read-only. * * This is the same thing as `Readonly>`. */ export type ReadonlyRecord = Readonly>;