-
Notifications
You must be signed in to change notification settings - Fork 0
IMetaDataOptions
Steve edited this page Apr 29, 2020
·
1 revision
interface IMetaDataOptions extends IHTTPOptions
export interface IMetaDataOptions extends IHTTPOptions {
template?: string,
renderer?: string,
headers?: string
}
Documentation
-
Interfaces