tinacms
Version:
[](https://github.com/tinacms/tinacms/blob/main/LICENSE) [](https://www.npmjs.com/package/tinacms) [![Bui
19 lines (18 loc) • 365 B
TypeScript
import { TinaCMS } from '../../../../tina-cms';
export interface ReferenceLinkProps {
cms: TinaCMS;
input: any;
}
export type Document = {
_sys: {
collection: {
name: string;
};
breadcrumbs: string[];
filename: string;
relativePath: string;
};
};
export interface Response {
node: Document;
}