export interface DynamicVariableSchemaOverride {
    /** The name of the dynamic variable to use */
    dynamicVariable: string;
}
