Hiyve Components - v1.0.0
    Preparing search index...

    Interface McpTokenManagementLabels

    interface McpTokenManagementLabels {
        copiedButton: string;
        copyButton: string;
        createButton: string;
        expiresInLabel: string;
        formatDate: (dateStr: string) => string;
        nameLabel: string;
        namePlaceholder: string;
        noTokens: string;
        permissionsLabel: string;
        revokeButton: string;
        title: string;
        tokenCreatedMessage: string;
        tokenCreatedTitle: string;
    }
    Index

    Properties

    copiedButton: string
    copyButton: string
    createButton: string
    expiresInLabel: string
    formatDate: (dateStr: string) => string
    nameLabel: string
    namePlaceholder: string
    noTokens: string
    permissionsLabel: string
    revokeButton: string
    title: string
    tokenCreatedMessage: string
    tokenCreatedTitle: string