Interface IDeleteBody

    interface IDeleteBody {
        userModel: {
            id: string;
        };
    }

    Properties

    Properties

    userModel: {
        id: string;
    }

    Generated using TypeDoc and TypeDoc Airthium Plugin