export interface Meta {
    created: number;
    createdBy?: string;
    updated?: number;
    updatedBy?: string;
}
