# Default The default value of this setting ## Supported Types ### `string` ```typescript const value: string = ""; ``` ### `number` ```typescript const value: number = 1284.03; ``` ### `boolean` ```typescript const value: boolean = true; ```