/** secret */
export interface Secret {
    /** ID of the secret */
    id: string;
    /** Name of the secret */
    name: string;
    /** Secret region */
    region: string;
}
//# sourceMappingURL=Secret.d.ts.map