strapi-plugin-navigation
Version:
Strapi - Navigation plugin
25 lines (24 loc) • 480 B
TypeScript
declare const _default: {
collectionName: string;
info: {
singularName: string;
pluralName: string;
displayName: string;
name: string;
};
options: {
increments: boolean;
comment: string;
};
attributes: {
name: {
type: string;
required: boolean;
};
key: {
type: string;
targetField: string;
};
};
};
export default _default;