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

    Type Alias PostAuthResetPasswordData

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

    Properties

    Properties

    body: { email: string }
    path?: never
    query?: never
    url: "/auth/reset-password"