Backstage
    Preparing search index...

    The return type from the useTemplateSecrets hook.

    interface ScaffolderUseTemplateSecrets {
        secrets: Record<string, string>;
        setSecrets: (input: Record<string, string>) => void;
    }
    Index

    Properties

    Properties

    secrets: Record<string, string>
    setSecrets: (input: Record<string, string>) => void