UNPKG

@userfrosting/sprinkle-admin

Version:
8 lines (6 loc) 269 B
import type { UserCreateRequest, UserCreateResponse } from './UserCreateApi' /** * Interfaces - What the API expects and what it returns */ export interface UserEditRequest extends UserCreateRequest {} export interface UserEditResponse extends UserCreateResponse {}