{
    expect.has(options, "size");
    const { size, quantity } = options;

    expectType<string>(size);