Member Junction
    Preparing search index...

    Result of tag operations

    interface TagResult {
        Success: boolean;
        Tags: string[];
        UserID: string;
    }
    Index

    Properties

    Properties

    Success: boolean
    Tags: string[]
    UserID: string