UNPKG

block-obj-builder

Version:

Block object builder

25 lines (24 loc) 462 B
export default interface ChoiceObj { title?: { any?: string; en?: string; nl?: string; cy?: string; it?: string; }; selectedTitle?: string; action: { type: string; value?: any; }; profile?: any; userStatus?: string; formField?: boolean; session?: any; functionArgs?: any; persistentMenu?: boolean; selectBlock?: { id: string; }; _id?: any; }