jamespot-user-api
    Preparing search index...

    Type Alias GroupProperties

    type GroupProperties = {
        _errors: [];
        _options: GroupPropertiesOptions;
        activity: "1" | "0";
        commentLevel: "-1" | "1" | "2" | "3";
        displayType: string;
        edit_access: "" | "author";
        fileBankQuota: string;
        fileSyncEnabled: "1" | "0";
        fileSyncVersioningType: FileSyncVersioningTypeValues;
        lastRssExecution?: Record<string, string>;
        lock_mail: "1" | "";
        mail_comment: "1" | "";
        mail_frequency: string;
        mail_spotit: "1" | "";
        mail_subscriber: "1" | "";
        notifyFolder: "1" | "0";
        nounsubscribe: "0" | "1";
        publishFolder: "1" | "0";
        rss_access: "1" | "0";
        rss_feed: RssType[] | null;
        rss_key: string;
        spot_right_user: string;
        spotDefaultPublishType: string;
        user_level_signup: "" | "1" | "2" | "3";
        useTeaser: "" | "0" | "1" | null;
        widgets: string[];
    }
    Index

    Properties

    _errors: []
    activity: "1" | "0"
    commentLevel: "-1" | "1" | "2" | "3"
    displayType: string
    edit_access: "" | "author"
    fileBankQuota: string
    fileSyncEnabled: "1" | "0"
    fileSyncVersioningType: FileSyncVersioningTypeValues
    lastRssExecution?: Record<string, string>
    lock_mail: "1" | ""
    mail_comment: "1" | ""
    mail_frequency: string
    mail_spotit: "1" | ""
    mail_subscriber: "1" | ""
    notifyFolder: "1" | "0"
    nounsubscribe: "0" | "1"
    publishFolder: "1" | "0"
    rss_access: "1" | "0"
    rss_feed: RssType[] | null
    rss_key: string
    spot_right_user: string
    spotDefaultPublishType: string
    user_level_signup: "" | "1" | "2" | "3"
    useTeaser: "" | "0" | "1" | null
    widgets: string[]