export enum eCustomCard { INACTIVE = 'inactive', ACTIVE = 'active', }