UNPKG

block-obj-builder

Version:

Block object builder

9 lines (8 loc) 142 B
export default interface PolylangObj { any?: string; en?: string; nl?: string; cy?: string; it?: string; _id?: any; }