Interface MappedTypeResult

    interface MappedTypeResult {
        key: string;
        right: RootResult;
        type: "JsdocTypeMappedType";
    }

    Properties

    Properties

    key: string
    right: RootResult
    type