Dfns TypeScript SDK - v0.7.14
    Preparing search index...

    Type Alias PasswordAssertion

    type PasswordAssertion = {
        kind: "Password";
        password: string;
    }
    Index

    Properties

    Properties

    kind: "Password"
    password: string