BaseSingleStandard: HideableBaseEntity & {
    allLocations: boolean;
    createdDate: Date;
    description: string;
    locations: EmbeddedLocation[];
    modifiedDate: Date;
    owner: number;
    presetTraceability?: PresetTrace[];
    revisionId: number;
    revisionIndex: number;
    revisions: StandardRevision[];
    rtfGroups?: EmbeddedRTFGroup[];
}

Type declaration

  • allLocations: boolean
  • createdDate: Date
  • description: string
  • locations: EmbeddedLocation[]
  • modifiedDate: Date
  • owner: number
  • OptionalpresetTraceability?: PresetTrace[]
  • revisionId: number

    Revision ID of the standard. The base standard ID is the id property.

  • revisionIndex: number

    1-based revision index of this revision of the standard

  • revisions: StandardRevision[]
  • OptionalrtfGroups?: EmbeddedRTFGroup[]