@thepalaceproject/circulation-admin
    Preparing search index...

    Interface ChangePasswordFormDispatchProps

    interface ChangePasswordFormDispatchProps {
        changePassword?: (data: FormData) => Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    changePassword?: (data: FormData) => Promise<void>