Readonly
@algorandfoundation/algorand-typescript
@algorandfoundation/algorand-typescript / arc4 / <internal> / Readonly
Type Alias: Readonly<T>
Section titled “Type Alias: Readonly<T>”Readonly<
T>:{ readonly [P in keyof T]: T[P] }
Defined in: node_modules/typescript/lib/lib.es5.d.ts:1592
Make all properties in T readonly
Type Parameters
Section titled “Type Parameters”• T