Type alias OrganizationAttributes

OrganizationAttributes: {
    name: string;
    createdMs: number;
}

Type declaration

  • name: string
  • createdMs: number

Generated using TypeDoc