DurationFlagConfig: {
    defaultValue?: number;
    max?: number;
    min?: number;
    unit: Required<DurationUnit>;
}