Neemias — API Reference
    Preparing search index...

    Variable checkOutResponseSchemaConst

    checkOutResponseSchema: ZodObject<
        {
            id: ZodString;
            pickupPerson: ZodNullable<ZodString>;
            pickupPhoneSuffix: ZodNullable<ZodString>;
            status: ZodEnum<
                {
                    CHECKED_OUT: "CHECKED_OUT";
                    EMERGENCY_CHECKOUT: "EMERGENCY_CHECKOUT";
                },
            >;
            timestamp: ZodString;
        },
        $strip,
    > = ...