export interface IPayload { prompt: string; makeInstrumental?: boolean; tags?: string; title?: string; mv?: string; }