9 lines
152 B
TypeScript
9 lines
152 B
TypeScript
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
|
|
export type TrackIdsNotMatchingError = {
|
|
name: string;
|
|
message: string;
|
|
}
|