export interface I_Image {
    name?: string;
    base64?: string;
    alt?: string;
    description?: string;
    for?: string;
    url?: string;
}
export interface I_EntityWithId {
    _id: string;
}
//# sourceMappingURL=index.d.ts.map