Interface Rule34Credentials

interface Rule34Credentials {
    apiKey: string;
    userId: string;
}

Properties

Properties

apiKey: string
userId: string