UNPKG

gatsby-source-payload-cms

Version:

Source data from Payload CMS

16 lines (15 loc) 389 B
interface IFormatEntry { data: { [key: string]: unknown; }; locale?: string; gatsbyNodeType: string; payloadImageSize?: string; } export declare const formatEntity: ({ data, locale, gatsbyNodeType, payloadImageSize }: IFormatEntry, context?: any) => { payloadImageSize: string; locale: string; id: unknown; gatsbyNodeType: string; }; export {};