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

Company Status Enum

Possible values:

  • active

  • closed

enum CompanyTypeEnum {
    active
    closed
}

Last updated

Was this helpful?