Interface ILoginFlow

interface ILoginFlow {
    type: string;
}

Hierarchy (View Summary)

Properties

Properties

type: string