Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
11 lines
528 B
Plaintext
11 lines
528 B
Plaintext
import type { I18nClient } from '@payloadcms/translations';
|
|
import type { Metadata } from 'next';
|
|
import type { AdminViewConfig, SanitizedCollectionConfig, SanitizedConfig, SanitizedGlobalConfig } from 'payload';
|
|
export declare const generateCustomViewMetadata: (args: {
|
|
collectionConfig?: SanitizedCollectionConfig;
|
|
config: SanitizedConfig;
|
|
globalConfig?: SanitizedGlobalConfig;
|
|
i18n: I18nClient;
|
|
viewConfig: AdminViewConfig;
|
|
}) => Promise<Metadata>;
|
|
//# sourceMappingURL=generateCustomViewMetadata.d.ts.map |