diff --git a/src/types/custom-apis.ts b/src/types/custom-apis.ts index 2a7174d..a05854f 100644 --- a/src/types/custom-apis.ts +++ b/src/types/custom-apis.ts @@ -16,6 +16,10 @@ export interface CustomApiBase { type: string slug: string allow_upserts: boolean + presentation?: { + page?: string | null + section?: string | null + } } export interface CustomApi extends Identifiable, CustomApiBase {