export const MEDIA_REF_OWNER_POST = "post" as const; export const MEDIA_REF_OWNER_PROFILE = "profile" as const; export type MediaRefOwnerType = typeof MEDIA_REF_OWNER_POST | typeof MEDIA_REF_OWNER_PROFILE;