Exported type alias which infers its type using the abc schema.
This is declared as:
export type Abc = zod.infer<typeof abc>; Copy
export type Abc = zod.infer<typeof abc>;
Exported type alias which infers its type using the abc schema.
This is declared as: