Join us online - October 21st
Save your spot

Type Alias Part

type Part = {
    id: number;
    url: string;
}
Index

Properties

Properties

id: number
url: string

Was this helpful?