import { ICreateProfileRequest } from "./ICreateProfileRequest"; export interface ICreateProfile { action: string; request: ICreateProfileRequest; }