UNPKG

jspurefix

Version:
12 lines (11 loc) 297 B
export interface IDisplayInstruction { DisplayQty?: number; SecondaryDisplayQty?: number; InitialDisplayQty?: number; DisplayWhen?: string; DisplayMethod?: string; DisplayLowQty?: number; DisplayHighQty?: number; DisplayMinIncr?: number; RefreshQty?: number; }