Tanatloc documentation
    Preparing search index...

    Interface ISecurity<T>

    interface ISecurity<T = []> {
        encrypt_pass: TSecurityGetEncryptPass extends T ? string : never;
    }

    Type Parameters

    • T = []
    Index

    Properties

    Properties

    encrypt_pass: TSecurityGetEncryptPass extends T ? string : never