FieldedText TypeScript Library
    Preparing search index...

    Interface ErrorIdPlusExtra<T>

    interface ErrorIdPlusExtra<T extends FtCommaText.ErrorId> {
        errorId: T;
        extraInfo: string;
    }

    Type Parameters

    Index
    errorId: T
    extraInfo: string