Packages > @fluidframework/tree >

InsertableObjectFromSchemaRecordUnsafe

Unenforced version of InsertableObjectFromSchemaRecord .

Signature

export type InsertableObjectFromSchemaRecordUnsafe<T extends Unenforced<RestrictiveReadonlyRecord<string, ImplicitFieldSchema>>> = {
    readonly [Property in keyof T]: InsertableTreeFieldFromImplicitFieldUnsafe<T[Property]>;
};

Type Parameters

Parameter Constraint Description
T Unenforced<RestrictiveReadonlyRecord<string, ImplicitFieldSchema>>