fix(core): update
This commit is contained in:
parent
ac8a8653e1
commit
df2563f501
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@uptime.link/interfaces',
|
name: '@uptime.link/interfaces',
|
||||||
version: '2.0.1',
|
version: '2.0.2',
|
||||||
description: 'TypeScript interface for the uptime.link API and modules'
|
description: 'TypeScript interface for the uptime.link API and modules'
|
||||||
}
|
}
|
||||||
|
@ -1 +1,4 @@
|
|||||||
|
export * from './checks.js';
|
||||||
export * from './incident.js';
|
export * from './incident.js';
|
||||||
|
export * from './property.js';
|
||||||
|
export * from './status.js';
|
||||||
|
@ -4,5 +4,6 @@ export class IProperty {
|
|||||||
name: string;
|
name: string;
|
||||||
type: 'website' | 'app' | 'api' | 'other';
|
type: 'website' | 'app' | 'api' | 'other';
|
||||||
access: 'private' | 'public' | 'auth';
|
access: 'private' | 'public' | 'auth';
|
||||||
|
checkRefs: string[];
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user