mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
receive user typing
This commit is contained in:
@@ -28,6 +28,11 @@ export function ValidateSchema(schema: Schema) {
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param schema Zod Schema
|
||||
* @param context
|
||||
*/
|
||||
export function SafeValidateSchema(schema: Schema, context: string) {
|
||||
return (
|
||||
target: unknown,
|
||||
|
||||
Reference in New Issue
Block a user