Interface Auth

interface Auth {
    type: string;
}

Implemented by

Properties

Properties

type: string