@samatawy/checks
    Preparing search index...

    Interface IResultCatalog

    Resolves result code definitions and localized messages.

    interface IResultCatalog {
        getResult(code: ResultCode, lang?: string): SingleResult | undefined;
        getDefinition(code: ResultCode): ResultCodeDefinition | undefined;
        listCodes(): ResultCode[];
    }

    Implemented by

    Index

    Methods