Normalizes an input schema into a Skillet schema when possible.
API
export declare function normalizeSchemaInput(
schema: SchemaInput ,
): HashbrownType | object;normalizeSchemaInput
HashbrownType | object@paramschema:SchemaInputThe schema to normalize.
@returnsHashbrownType | object