import * as plugins from '../ul-interfaces.plugins.js'; export class IProperty { name: string; type: 'website' | 'app' | 'api' | 'other'; access: 'private' | 'public' | 'auth'; checkRefs: string[]; }