Type Alias PackScope

PackScope: {
    [key in keyof Scope]: key extends "annotation"
        ? null
        : Scope[key]
}