interface NextOptions {
    query?: Record<string, string>;
}

Properties

Properties

query?: Record<string, string>