Tsarr Documentation - v2.13.0
    Preparing search index...

    Type Alias PostAuthResetPasswordData

    type PostAuthResetPasswordData = {
        body: { email: string };
        path?: never;
        query?: never;
        url: "/auth/reset-password";
    }
    Index
    body: { email: string }
    path?: never
    query?: never
    url: "/auth/reset-password"