fix(core): update
This commit is contained in:
8
ts/data/property.ts
Normal file
8
ts/data/property.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as plugins from '../ul-interfaces.plugins.js';
|
||||
|
||||
export class IProperty {
|
||||
name: string;
|
||||
type: 'website' | 'app' | 'api' | 'other';
|
||||
access: 'private' | 'public' | 'auth';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user