core.slicedefinitionwithtypes | Medplum
SliceDefinitionWithTypes type
Signature:
export type SliceDefinitionWithTypes = SliceDefinition & {
type: NonNullable<SliceDefinition['type']>;
typeSchema?: InternalTypeSchema;
};
References: SliceDefinition, InternalTypeSchema