Hnxml Standard
    Preparing search index...

    Interface HXMission

    interface HXMission {
        activeCheck?: "true" | "false";
        children: void | MissionChildren | MissionChildren[];
        id: string;
        shouldIgnoreSenderVerification?: "true" | "false";
    }
    Index

    Properties

    activeCheck?: "true" | "false"
    children: void | MissionChildren | MissionChildren[]
    id: string
    shouldIgnoreSenderVerification?: "true" | "false"