Server/project/src/models/eft/profile/IGetOtherProfileRequest.ts

4 lines
67 B
TypeScript
Raw Normal View History

export interface IGetOtherProfileRequest
{
accountId: string;
}