export type oid = string;

export interface Id {
    id: oid;
}