export interface TypeNotice {
    readonly body?: string;
    readonly creation_date?: Date;
    readonly owner_user_id?: number;
}
