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