Type Alias FishingContentDisable<T>

FishingContentDisable<T>: {
    disabled: true;
    effectiveFrom: string;
    note: string;
    row: T;
}

Type Parameters