import type { IApiBaseEntity } from './api-base-entity.interface';
export interface IApiAuthenticationRequest {
    user: IApiBaseEntity;
}
