Documentation / @super-line/core / ContractFragment
Interface: ContractFragment
Defined in: packages/core/src/contract.ts:299
A contract fragment a plugin contributes at defineContract time: any subset of a contract's typed surface.
Properties
collections?
optionalcollections?:Record<string,CollectionDef>
Defined in: packages/core/src/contract.ts:302
roles?
optionalroles?:Record<string,RoleBlock>
Defined in: packages/core/src/contract.ts:301
shared?
optionalshared?:Directional
Defined in: packages/core/src/contract.ts:300