Interface ProfileAvatarResource

interface ProfileAvatarResource {
    remove(meta?: HttpMetaParams<"none">): Promise<void>;
}

Methods

Methods