f5-conx-core
Version:
F5 SDK for JavaScript with Typescript type definitions
25 lines (24 loc) • 469 B
TypeScript
export declare const tsExampleDec: {
$schema: string;
class: string;
My_System: {
class: string;
systemPoller: {
interval: number;
};
};
My_Listener: {
class: string;
port: number;
};
My_Consumer: {
class: string;
type: string;
host: string;
protocol: string;
port: number;
passphrase: {
cipherText: string;
};
};
};