Interface EditClientUserPayload

interface EditClientUserPayload {
    avatar?: string;
    username?: string;
}

Properties

Properties

avatar?: string
username?: string

Generated using TypeDoc