Interface IAddThreePidOnlyBody

interface IAddThreePidOnlyBody {
    auth?: {
        session?: string;
        type: string;
    };
    client_secret: string;
    sid: string;
}

Properties

auth?: {
    session?: string;
    type: string;
}
client_secret: string
sid: string