Interface CommuinityPointsUserMessage

interface CommuinityPointsUserMessage {
    data: CommuinityPointsUserMessageData;
    type: string;
}

Properties

Properties

type: string