Interface ExposureFetchAuthConfig

interface ExposureFetchAuthConfig {
    header?: string;
    token: string;
}

Properties

Properties

header?: string
token: string