export interface PostDialDigitsDynamicVariable {
    /** The dynamic variable name to resolve */
    value: string;
}
