export type CreatePublishableApiKeyInput = { title: string; }; export type UpdatePublishableApiKeyInput = { title?: string; };