28 lines
2.0 KiB
TypeScript
28 lines
2.0 KiB
TypeScript
export { XBackendTrafficPolicyArgs } from "./xbackendTrafficPolicy";
|
|
export type XBackendTrafficPolicy = import("./xbackendTrafficPolicy").XBackendTrafficPolicy;
|
|
export declare const XBackendTrafficPolicy: typeof import("./xbackendTrafficPolicy").XBackendTrafficPolicy;
|
|
export { XBackendTrafficPolicyListArgs } from "./xbackendTrafficPolicyList";
|
|
export type XBackendTrafficPolicyList = import("./xbackendTrafficPolicyList").XBackendTrafficPolicyList;
|
|
export declare const XBackendTrafficPolicyList: typeof import("./xbackendTrafficPolicyList").XBackendTrafficPolicyList;
|
|
export { XBackendTrafficPolicyPatchArgs } from "./xbackendTrafficPolicyPatch";
|
|
export type XBackendTrafficPolicyPatch = import("./xbackendTrafficPolicyPatch").XBackendTrafficPolicyPatch;
|
|
export declare const XBackendTrafficPolicyPatch: typeof import("./xbackendTrafficPolicyPatch").XBackendTrafficPolicyPatch;
|
|
export { XListenerSetArgs } from "./xlistenerSet";
|
|
export type XListenerSet = import("./xlistenerSet").XListenerSet;
|
|
export declare const XListenerSet: typeof import("./xlistenerSet").XListenerSet;
|
|
export { XListenerSetListArgs } from "./xlistenerSetList";
|
|
export type XListenerSetList = import("./xlistenerSetList").XListenerSetList;
|
|
export declare const XListenerSetList: typeof import("./xlistenerSetList").XListenerSetList;
|
|
export { XListenerSetPatchArgs } from "./xlistenerSetPatch";
|
|
export type XListenerSetPatch = import("./xlistenerSetPatch").XListenerSetPatch;
|
|
export declare const XListenerSetPatch: typeof import("./xlistenerSetPatch").XListenerSetPatch;
|
|
export { XMeshArgs } from "./xmesh";
|
|
export type XMesh = import("./xmesh").XMesh;
|
|
export declare const XMesh: typeof import("./xmesh").XMesh;
|
|
export { XMeshListArgs } from "./xmeshList";
|
|
export type XMeshList = import("./xmeshList").XMeshList;
|
|
export declare const XMeshList: typeof import("./xmeshList").XMeshList;
|
|
export { XMeshPatchArgs } from "./xmeshPatch";
|
|
export type XMeshPatch = import("./xmeshPatch").XMeshPatch;
|
|
export declare const XMeshPatch: typeof import("./xmeshPatch").XMeshPatch;
|