import { DatabaseModel } from '..'; export interface Content extends DatabaseModel { id: ContentId; } export declare type ContentId = string;