export interface ListMasterExtension { name: string; // type identifier fetchDropdown(payload: any): Promise; }