For the complete documentation index, see llms.txt. This page is also available as Markdown.

Company Type Enum

Possible values:

  • investor

  • private

  • public

  • subsidiary

enum CompanyTypeEnum {
    investor
    private
    public
    subsidiary
}

Last updated

Was this helpful?