export const enum HTTP_METHOD { POST = 'POST', PUT = 'PUT', GET = 'GET', DELETE = 'DELETE' } export const enum METADATA_TYPE { ITEM, COLLECTION }