interface DiscloudAppOptions {
    rest?: Partial<RESTOptions>;
}

Properties

Properties

rest?: Partial<RESTOptions>