/** Scheduled action before the next renewal of the service */
export interface PendingAction {
    /**  */
    action: string;
    /**  */
    dateTodo: string;
}
//# sourceMappingURL=PendingAction.d.ts.map