Type Alias Part

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

Properties

Properties

id: number
url: string

Was this helpful?