export default class ExtensionOptions { public MinLength: number = 4; public MaxLength: number = 32; public ContextMenu: boolean = true; }