import { SFUISchemaItem } from '../../schema/ui';

// tslint:disable-next-line: no-empty-interface
export interface SFCustomWidgetSchema extends SFUISchemaItem {}
