schema.factoryinput.md
February 1, 2023 ยท View on GitHub
Home > @datashaper/schema > FactoryInput
FactoryInput type
Signature:
export type FactoryInput<T> = Omit<T, '$schema' | 'name' | 'profile'> & {
name?: string;
};
February 1, 2023 ยท View on GitHub
Home > @datashaper/schema > FactoryInput
Signature:
export type FactoryInput<T> = Omit<T, '$schema' | 'name' | 'profile'> & {
name?: string;
};