Type alias AddMethodPayload

AddMethodPayload: Omit<Method, "isActive"> & {
    isActive?: boolean;
}

Generated using TypeDoc