Type Alias SentDropDropIdGuildIdCompoundUniqueInput

SentDropDropIdGuildIdCompoundUniqueInput: {
    dropId: string;
    guildId: string;
}