Skip to content

DesignSurfaceV4

type DesignSurfaceV4 = Omit<DesignSurfaceV3, "items"> & {
items?: TypedItemV4[];
};

Defined in: types/CimDocV4.ts:106

Type declaration

items?

optional items: TypedItemV4[];