export interface PostDialDigitsStatic {
    /** DTMF digits to send after call connects (e.g., 'ww1234' for extension) */
    value: string;
}
