h1z1-server
    Preparing search index...
    interface TransitionBody {
        EnterTransition: (() => void) | undefined;
        from: string[] | null;
        to: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    EnterTransition: (() => void) | undefined
    from: string[] | null
    to: string