IPureFields

export interface IPureFields {
  [key: string]: Struct<any>;
}

Types

  
    Struct