ts-types/database/corpus.ts

10 lines
211 B
TypeScript

interface Corpus {
NLC: number;
NLCDESC: string;
NLCDESC16?: string | null;
STANOX?: string | null;
TIPLOC?: string | null;
UIC?: string | null;
}
export { Corpus }