12 lines
249 B
TypeScript
12 lines
249 B
TypeScript
|
|
/* generated using openapi-typescript-codegen -- do no edit */
|
||
|
|
/* istanbul ignore file */
|
||
|
|
/* tslint:disable */
|
||
|
|
/* eslint-disable */
|
||
|
|
|
||
|
|
import type { UserOut } from './UserOut';
|
||
|
|
|
||
|
|
export type UsersOut = {
|
||
|
|
data: Array<UserOut>;
|
||
|
|
count: number;
|
||
|
|
};
|