Skip to content

Readonly

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / arc4 / <internal> / Readonly

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

T