kustomer-client
    Preparing search index...

    Type Alias ResetUsersPasswordData

    type ResetUsersPasswordData = {
        body?: { domain: string; email: string };
        path?: never;
        query?: never;
        url: "/users/passwordreset";
    }
    Index

    Properties

    Properties

    body?: { domain: string; email: string }
    path?: never
    query?: never
    url: "/users/passwordreset"