shared
    Preparing search index...

    Variable credentialSchemaConst

    credentialSchema: ZodObject<
        { password: ZodString } & { username: ZodString },
        "strip",
        ZodTypeAny,
        { password: string; username: string },
        { password: string; username: string },
    > = ...

    Requests for login