Interface IGetBaseUrlReq

interface IGetBaseUrlReq {
    appId: string;
    env: Env;
    releaseId?: string;
    scheduleUrl?: string;
    userId?: string;
    version?: string;
    worldId?: string;
}

Properties

appId: string
env: Env
releaseId?: string
scheduleUrl?: string
userId?: string
version?: string
worldId?: string

Generated using TypeDoc