UNPKG

alinea

Version:
9 lines (8 loc) 154 B
export interface Reference { _id: string; _type: string; } export declare namespace Reference { const id = "_id"; const type = "_type"; }