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

    Interface SignFinalizeOptions

    Options for the sign finalize command.

    interface SignFinalizeOptions {
        registryPath?: string;
        sessionId: string;
        groupId?: string;
        timeoutSeconds?: number;
        verbose?: boolean;
    }
    Index

    Properties

    registryPath?: string
    sessionId: string
    groupId?: string
    timeoutSeconds?: number
    verbose?: boolean