Type Alias AutopannerParams

AutopannerParams: {
    depth?: number;
    rate?: number;
    state?: boolean;
}