/**
 * Contains data that are used for clearing advanced cache service
 */
export interface RestClearAdvancedCaching extends TypedPropertyDescriptor<unknown> {
    /**
     * Key to stored cache item
     */
    key: string;
}
//# sourceMappingURL=clearAdvancedCaching.interface.d.ts.map