Type Alias ServerInfoGameServerRuntimeRestartSchedule

ServerInfoGameServerRuntimeRestartSchedule: {
    next?: {
        local: string | null;
        utc: string | null;
    };
}