@dallaylaen/ski-interpreter
    Preparing search index...

    Type Alias QuestVerifyOptions

    type QuestVerifyOptions = {
        date?: boolean;
        seen?: Set<string | number>;
        solutions?: SelfCheck | Record<string, SelfCheck>;
    }
    Index

    Properties

    date?: boolean
    seen?: Set<string | number>
    solutions?: SelfCheck | Record<string, SelfCheck>