Type alias StringSettingsArg

StringSettingsArg: SettingsArgType<string> & {
    max?: number;
}

Type declaration

  • Optional max?: number