Skip to content

Commit b65bcb1

Browse files
committed
fix(@vates/types): enhance xen-api and xo types
1 parent 2d062a3 commit b65bcb1

File tree

3 files changed

+304
-290
lines changed

3 files changed

+304
-290
lines changed

@vates/types/src/common.mts

+4
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,10 @@ export const CERTIFICATE_TYPE = {
645645

646646
export type CERTIFICATE_TYPE = (typeof CERTIFICATE_TYPE)[keyof typeof CERTIFICATE_TYPE]
647647

648+
export const OPAQUE_REF = { EMPTY: 'OpaqueRef:NULL' } as const
649+
650+
export type OPAQUE_REF_NULL = (typeof OPAQUE_REF)['EMPTY']
651+
648652
// ----- XAPI Stats
649653

650654
type XapiStatsResponse<T> = {

0 commit comments

Comments
 (0)