/** Delegation List */
export interface Delegation {
    /** OVH customer unique identifier */
    accountId: string;
}
//# sourceMappingURL=Delegation.d.ts.map