interface ReplyPromptArgs {
    callIds: string[];
}

Properties

Properties

callIds: string[]