Interface ILoginFlow

interface ILoginFlow {
    type: string;
}

Hierarchy (view full)

Properties

Properties

type: string