@localazy/strapi-plugin
Version:
The official Strapi Plugin by Localazy.
8 lines (7 loc) • 450 B
TypeScript
declare const getAttribute: (model: any, attribute: any) => any;
declare const isComponent: (attributeObj: any) => boolean;
declare const isDynamicZone: (attributeObj: any) => boolean;
declare const isRepeatable: (attributeObj: any) => boolean;
declare const isRelation: (attributeObj: any) => boolean;
declare const findModel: (models: any, uid: any) => any;
export { getAttribute, isComponent, isDynamicZone, isRepeatable, isRelation, findModel };