import { BEAllProps, IEnhancement } from '../be-enhanced/types'; export interface EndUserProps extends IEnhancement { } export interface AP extends EndUserProps{ queue?: Array, itemCE?: string, cnt?: number, ref?: WeakRef, } export type PAP = Partial; export type ProPAP = Promise; export interface Actions{ }