sfapi-ts

Home > @cjh1/sfapi > UserStats

UserStats type

Signature:

export type UserStats = {
    uid: number;
    name: string;
};