Type Alias DocumentQueryParams

DocumentQueryParams: {
    docNo: string;
    docRev: string;
    docSheet: string;
    docType: string;
}

Type declaration

  • docNo: string
  • docRev: string
  • docSheet: string
  • docType: string