export class ThirdPartyCodeDTO {
  /**
   * Verification code (if is null, don't exists)
   */
  code: string | null
}
