interface IParams {
    addStatus: (status: string) => Promise<void>;
}

Properties

Properties

addStatus: (status: string) => Promise<void>