interface WorkerCredential {
    password: string;
    roleName: string;
}

Properties

Properties

password: string
roleName: string