/** * Daytona Toolbox API * Daytona Toolbox API * * The version of the OpenAPI document: v0.0.0-dev * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface Match */ export interface Match { /** * * @type {string} * @memberof Match */ content: string; /** * * @type {string} * @memberof Match */ file: string; /** * * @type {number} * @memberof Match */ line: number; }