Hnxml Standard
    Preparing search index...

    Interface HXMission

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

    Properties

    activeCheck?: boolean
    children: " " | MissionChildren | MissionChildren[]
    id: string
    shouldIgnoreSenderVerification?: boolean