Interface WordPartyExecParams

interface WordPartyExecParams {
    comment?: string;
    count?: number;
    id: string;
}

Properties

Properties

comment?: string
count?: number
id: string