15 lines
470 B
TypeScript
15 lines
470 B
TypeScript
|
|
/**
|
||
|
|
* Generated by orval v8.8.1 🍺
|
||
|
|
* Do not edit manually.
|
||
|
|
* Veza Backend API
|
||
|
|
* Backend API for Veza platform.
|
||
|
|
* OpenAPI spec version: 1.2.0
|
||
|
|
*/
|
||
|
|
import type { GetUsersSearch200DataPagination } from './getUsersSearch200DataPagination';
|
||
|
|
import type { VezaBackendApiInternalModelsUser } from './vezaBackendApiInternalModelsUser';
|
||
|
|
|
||
|
|
export type GetUsersSearch200Data = {
|
||
|
|
pagination?: GetUsersSearch200DataPagination;
|
||
|
|
users?: VezaBackendApiInternalModelsUser[];
|
||
|
|
};
|