@overture-stack/lyric
Version:
Data Submission system
33 lines (32 loc) • 1.11 kB
TypeScript
import { Schema } from '@overture-stack/lectern-client';
import { Dictionary } from '@overture-stack/lyric-data-model/models';
export declare const dictionarySportsData: Schema[];
export declare const dictionarySportStats: Dictionary;
export declare const dictionarySportStatsNodeGraph: {
readonly sport: readonly [{
readonly schemaName: "team";
readonly fieldName: "sport_id";
readonly parent: {
readonly schemaName: "sport";
readonly fieldName: "sport_id";
};
}, {
readonly schemaName: "game";
readonly fieldName: "sport_id";
readonly parent: {
readonly schemaName: "sport";
readonly fieldName: "sport_id";
};
}];
readonly team: readonly [{
readonly schemaName: "player";
readonly fieldName: "team_id";
readonly parent: {
readonly schemaName: "team";
readonly fieldName: "team_id";
};
}];
readonly player: readonly [];
readonly game: readonly [];
};
export declare const dictionaryClinicalSchemas: Schema[];