fix(core): update
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import * as plugins from '../ul-interfaces.plugins.js';
|
||||
|
||||
export class IProperty {
|
||||
export class IUplinkProperty {
|
||||
wgOrgIdRef: string;
|
||||
wgPropertyIdRef: string;
|
||||
name: string;
|
||||
type: 'website' | 'app' | 'api' | 'other';
|
||||
access: 'private' | 'public' | 'auth';
|
||||
checkRefs: string[];
|
||||
|
||||
checkCollectionIdRefs: string[];
|
||||
}
|
||||
Reference in New Issue
Block a user