interface ISearchDistributors {
    admin?: string;
    mint?: string;
}

Properties

Properties

admin?: string
mint?: string