mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
13 lines
345 B
TypeScript
13 lines
345 B
TypeScript
/* generated using openapi-typescript-codegen -- do not edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
import type { GetTranscript } from "./GetTranscript";
|
|
export type Page_GetTranscript_ = {
|
|
items: Array<GetTranscript>;
|
|
total: number;
|
|
page: number | null;
|
|
size: number | null;
|
|
pages?: number | null;
|
|
};
|