OfferAudienceInput
@torque-labs/sdk / OfferAudienceInput
Type Alias: OfferAudienceInput
type OfferAudienceInput =
| {
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";
}
| {
audienceId: string | null;
};Defined in: sdk/src/types/schemaTypes.ts:66
Last updated
