@trophyso/node
Version:
NodeJS SDK for the Trophy API
11 lines (10 loc) • 358 B
TypeScript
/**
* @example
* {
* userAttributes: "plan-type:premium,region:us-east"
* }
*/
export interface AchievementsAllRequest {
/** Optional colon-delimited user attributes in the format attribute:value,attribute:value. Only achievements accessible to a user with the provided attributes will be returned. */
userAttributes?: string;
}