/**
 * Representation of the 'TrckDetailsErrorResponse' schema.
 */
export type TrckDetailsErrorResponse = {
    /**
     * Descriptive error code (not http status code)
     */
    code?: string;
    /**
     * Plaintext error description
     */
    message?: string;
} & Record<string, any>;
//# sourceMappingURL=trck-details-error-response.d.ts.map