@makehq/sdk
    Preparing search index...

    Type Alias CredentialPrefill

    Prefill values for a connection or key

    type CredentialPrefill = {
        hard?: Record<string, string | number | boolean>;
        soft?: Record<string, string | number | boolean>;
    }
    Index

    Properties

    Properties

    hard?: Record<string, string | number | boolean>

    Hard prefill values that the user cannot change

    soft?: Record<string, string | number | boolean>

    Soft prefill values that the user can change