RevGrid - v0.11.1
    Preparing search index...
    interface CreateReferenceableFromJsonErrorIdPlusExtra<
        ErrorId extends
            RevReferenceableDataSourceDefinition.CreateReferenceableFromJsonErrorId,
    > {
        errorId: ErrorId;
        extra: string
        | undefined;
    }

    Type Parameters

    Index

    Properties

    Properties

    errorId: ErrorId
    extra: string | undefined