Interface PreferencesResource

interface PreferencesResource {
    fetch(meta?: HttpMetaParams<"none">): Promise<Preference>;
}

Methods

Methods