export type WithMark = { [prop: string]: any; marks?: Array; type: any; }; export type WithAppliedMark = T & { marks?: Array; };