UNPKG

block-obj-builder

Version:

Block object builder

11 lines (10 loc) 186 B
export default interface PolyphraseObj { default: { any?: string; en?: string; nl?: string; cy?: string; it?: string; }; _id?: any; }