EntitySchemaOptionsinterface

{
	readonly types?: ImmutableArray<T> | undefined;
}
PropertyType
.typesImmutableArray<T>
Restrict the allowed entity types; any other type is rejected. readonly

Options for EntitySchema.