AudienceResponse
Type Alias: AudienceResponse
type AudienceResponse = {
address: string | null;
amount: |
| number
| string
| {
d: number[];
e: number;
s: number;
}
| null;
createdAt: Date;
id: string;
name: string;
tokenGateType: "NFT" | "SPL" | null;
type: "ALLOWLIST" | "DENYLIST" | "TOKEN_GATE";
updatedAt: Date;
};Properties
address?
amount?
createdAt?
id
name
tokenGateType?
type
updatedAt
Last updated