• Safely parses an object against its schema and returns the result of the zod.safeParse method

    Parameters

    • object: any

    Returns SafeParseReturnType<any, { id: number; name: string }>