interface DraftField { readonly key: string; readonly value: string; } export default DraftField;