interface Credentials {
    apiKey: string;
    siteId: string;
}

Properties

Properties

apiKey: string
siteId: string