@hcl-software/domino-rest-sdk-node
    Preparing search index...

    Type Alias DominoBaseScope

    DominoBaseScope: {
        $Revisions?: string;
        $UpdatedBy?: string[];
        Form?: string;
        name?: string;
        Type?: string;
    } & Omit<DominoBaseDocument, "@warnings" | "Form">

    Domino REST API scope base properties.

    Type declaration

    • Optional$Revisions?: string

      Last updated date in ISO format.

    • Optional$UpdatedBy?: string[]

      The user who update the doc.

    • OptionalForm?: string

      Always has value KeepDatabase for scopes.

    • Optionalname?: string

      Always has value KeepDatabase for scopes.

    • OptionalType?: string

      Always has value KeepDatabase for scopes.