UNPKG

@withjoy/sdk-js

Version:
186 lines (185 loc) 5.03 kB
declare const _default: { customQuestions: { rsvp: { title: string; question: string; type: string; choices: { "attending": { store: { v: boolean; }; display: { v: string; }; sortKey: string; }; "notAttending": { store: { v: boolean; }; display: { v: string; }; sortKey: string; }; }; }; address: { title: string; question: string; type: string; parent: string; askPlusOnes: boolean; }; diet: { title: string; question: string; type: string; parent: string; }; hotel: { title: string; question: string; type: string; choices: { "yes": { store: { v: boolean; }; display: { v: string; }; sortKey: string; }; "no": { store: { v: boolean; }; display: { v: string; }; sortKey: string; }; "maybe": { store: { v: string; }; display: { v: string; }; sortKey: string; }; }; parent: string; askPlusOnes: boolean; }; notes: { title: string; question: string; type: string; }; weddingTeam: { title: string; question: string; type: string; choices: { owner: { display: { v: string; }; sortKey: string; }; fiancee: { display: { v: string; }; sortKey: string; }; both: { display: { v: string; }; sortKey: string; }; }; }; funFact: { title: string; question: string; type: string; }; relationshipStatus: { title: string; question: string; type: string; choices: { single: { display: { v: string; }; sortKey: string; }; relationship: { display: { v: string; }; sortKey: string; }; engaged: { display: { v: string; }; sortKey: string; }; married: { display: { v: string; }; sortKey: string; }; ask: { display: { v: string; }; sortKey: string; }; wink: { display: { v: string; }; sortKey: string; }; default: { display: { v: string; }; store: { "_": boolean; }; sortKey: string; }; }; }; }; overrides: { diet: boolean; hotel: boolean; notes: boolean; }; sortKeys: { rsvp: string; address: string; diet: string; hotel: string; notes: string; weddingTeam: string; funFact: string; relationshipStatus: string; }; }; /** * This file exports the base schema which we will assume exists if nothing in firebase overrides it. * */ export default _default;