@cpod/sdk - v0.2.7
    Preparing search index...

    Interface CredentialStatus

    Credential status object

    interface CredentialStatus {
        tool_name: string;
        has_credentials: boolean;
        last_validated?: string;
    }
    Index

    Properties

    tool_name: string
    has_credentials: boolean
    last_validated?: string