interface FollowPayload {
    _id: string;
    isTest: boolean;
    name: string;
    priority: number;
}

Properties

Properties

_id: string
isTest: boolean
name: string
priority: number