pterowraptyl
    Preparing search index...

    Interface ServerStartupUpdateRequest

    interface ServerStartupUpdateRequest {
        egg: number;
        environment: Record<string, string>;
        id: number;
        image?: string;
        skip_scripts?: boolean;
        startup: string;
    }
    Index

    Properties

    egg: number
    environment: Record<string, string>
    id: number
    image?: string
    skip_scripts?: boolean
    startup: string