interface QueueProOptions {
    isPro?: boolean;
}

Hierarchy

  • QueueOptions
    • QueueProOptions

Properties

Properties

isPro?: boolean