export type ActiveMediaModel = {
  provider: string;
  model?: string;
};
