interface secretToken {
    sT: string;
    usr: string;
}

Properties

Properties

sT: string
usr: string

Generated using TypeDoc