export class ContentPartModel {
    constructor(public readonly type: string, public readonly message?: string) { }
}