/**
 * Representation of the 'TrckStringArray' schema.
 * @example [
 *   "value1",
 *   "value2"
 * ]
 */
export type TrckStringArray = string[];
//# sourceMappingURL=trck-string-array.d.ts.map