AudienceInput
@torque-labs/sdk / AudienceInput
Type Alias: AudienceInput
type AudienceInput = {
name: string;
} &
| {
addresses: string[] | null;
slug: string | null;
type: "ALLOWLIST";
}
| {
addresses: string[] | null;
slug: string | null;
type: "DENYLIST";
}
| {
address: string | null;
amount: number;
tokenGateType: "NFT" | "SPL";
type: "TOKEN_GATE";
};Defined in: sdk/src/types/schemaTypes.ts:46
Type declaration
Name
Type
name
string
Last updated
