export enum ContentType {
    newFundsContent = 'new_funds_content',
    recordObtDataContent = 'record_obt_data_content',
}
