EntitySchemaOptionsinterface
{
readonly types?: ImmutableArray<T> | undefined;
}| Property | Type | |
|---|---|---|
.types | ImmutableArray<T> | Restrict the allowed entity types; any other type is rejected. readonly |
Options for EntitySchema.
{
readonly types?: ImmutableArray<T> | undefined;
}| Property | Type | |
|---|---|---|
.types | ImmutableArray<T> | Restrict the allowed entity types; any other type is rejected. readonly |
Options for EntitySchema.