4 lines
109 B
TypeScript
4 lines
109 B
TypeScript
export interface LogTrackMapsProps {
|
|
logId: string;
|
|
tracks: {id: string; order: number; url: string}[];
|
|
} |