FROST Hubert TypeScript Library - v1.0.0-alpha.20
    Preparing search index...

    Interface SignInviteOptions

    Options for the sign invite command.

    interface SignInviteOptions {
        registryPath?: string;
        groupId: string;
        targetFile: string;
        validDays?: number;
        verbose?: boolean;
        preview?: boolean;
    }
    Index

    Properties

    registryPath?: string
    groupId: string
    targetFile: string
    validDays?: number
    verbose?: boolean
    preview?: boolean