/** Log subscription resource */
export interface SubscriptionResource {
    /** Name of subscribed resource */
    name: string;
    /** Type of subscribed resource */
    type: string;
}
//# sourceMappingURL=SubscriptionResource.d.ts.map