export namespace entityBase {
    interface EntityBaseData {
        Id: string;

        Tag: string;

        CreationDate: number;
    }
}
