export interface Record {

}

export const defaultValue: Readonly<Record> = {};
