Type Alias RemotePlayWorldHold

RemotePlayWorldHold: {
    for: ((seconds: number) => Promise<void>);
}