diff --git a/packages/types/src/lib/interfaces.ts b/packages/types/src/lib/interfaces.ts index 1f4eff9c57..a928e43074 100644 --- a/packages/types/src/lib/interfaces.ts +++ b/packages/types/src/lib/interfaces.ts @@ -1063,8 +1063,11 @@ export interface GetSessionSigsProps { sessionKey?: any; // rateLimitAuthSig: AuthSig; - - capacityDelegationAuthSig: AuthSig; + + // Used for delegation of Capacity Credit. This signature will be checked for proof of capacity credit. + // on both manzano and habanero networks capacity credit proof is required. + // see more here: https://developer.litprotocol.com/v3/sdk/capacity-credits + capacityDelegationAuthSig?: AuthSig; } export interface AuthCallback {