Type Alias ChangeWorldTimeOptions

ChangeWorldTimeOptions: {
    hour: number;
    minute: number;
    serverApiId?: string;
}