export type Platform = 'vtex' export type PromiseType = T extends Promise ? U : T export type ArrayElementType = T extends Array ? U : T