Interface RawSettings

interface RawSettings {
    friends: string;
    requests: string;
}

Properties

Properties

friends: string
requests: string