export interface FormioSchema {
  key: string;
  isLocked: boolean;
  version: string;
  value: string;
}
