UNPKG

@infigo-official/types-for-megascript

Version:
14 lines (13 loc) 241 B
/** * Represents a print location for products. */ interface PrintLocation { /** * The name of the print location. */ Name: string; /** * The description of the print location. */ Description: string; }