/** Logs subscription resource for your Load Balancer */
export interface LogSubscriptionResource {
    /** Name of subscribed resource */
    name: string;
    /** Type of subscribed resource */
    type: string;
}
//# sourceMappingURL=LogSubscriptionResource.d.ts.map