/** * Solidex.Company, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null * 1.0 * undefined */ export interface ParticipantPostRequest { /** format: uuid */ userInformationId?: string; shortcut?: string; }