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
21 lines
701 B
Plaintext
21 lines
701 B
Plaintext
/**
|
|
* Reserved field names for collections with auth config enabled
|
|
*/
|
|
export declare const reservedBaseAuthFieldNames: string[];
|
|
/**
|
|
* Reserved field names for auth collections with verify: true
|
|
*/
|
|
export declare const reservedVerifyFieldNames: never[];
|
|
/**
|
|
* Reserved field names for auth collections with useApiKey: true
|
|
*/
|
|
export declare const reservedAPIKeyFieldNames: never[];
|
|
/**
|
|
* Reserved field names for collections with upload config enabled
|
|
*/
|
|
export declare const reservedBaseUploadFieldNames: string[];
|
|
/**
|
|
* Reserved field names for collections with versions enabled
|
|
*/
|
|
export declare const reservedVersionsFieldNames: never[];
|
|
//# sourceMappingURL=reservedFieldNames.d.ts.map |